'宣言 Public Overloads Shared Sub Show( _ ByVal message As System.String, _ ByVal caption As System.String, _ ByVal defaultValue As System.String, _ ByVal callback As System.Action(Of String,MessageBoxResult) _ )
public static void Show( System.string message, System.string caption, System.string defaultValue, System.Action<string,MessageBoxResult> callback )
パラメータ
- message
- メッセージとして表示するテキスト。
- caption
- タイトルバーのキャプション。
- defaultValue
- コンテンツのデフォルト値。
- callback
- ユーザー入力と共に呼び出される System.Action`1。